home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-04-30 | 647 b | 32 lines | [TEXT/MPS ] |
- # =====================================
- #
- # Makefile to compile and link the demo
- # programs that comes with the LUND
- # Simula system
- # ======================================
-
- All ƒ Sample CopyFile Processes
-
- Sample ƒƒ Sample.r
- Rez sample.r -o Sample -append
- Setfile -a B Sample -c LUND -t APPL # set the bundle bit
-
- Sample ƒƒ Sample.sim.o
- simld Sample -toolbox -APPL
-
- Sample.sim.o ƒ Sample.sim
- simcomp Sample
-
-
- CopyFile ƒ CopyFile.sim.o
- simld CopyFile -toolbox -APPL
-
- CopyFile.sim.o ƒ CopyFile.sim
- simcomp CopyFile
-
-
- Processes ƒ Processes.sim.o
- simld Processes -toolbox -APPL
-
- Processes.sim.o ƒ Processes.sim
- simcomp Processes